CVE-2024-42304
In CVE-2024-42304, the Linux kernel ext4 filesystem had a hole-handling bug: if the first directory block is a hole (no dirblock) but a valid dentry exists, code relying on "."/".." could crash. The fix is to report filesystem corruption and return an error when ext4_read_dirblock() detects a hol...